Supervisors Registry entry
Specifies a list of users with supervisor privileges.
Description
This entry specifies which users are granted supervisor privileges within Vitalware and are therefore able to perform special functions such as cancelling or refunding a record.
Usage
This Registry entry can be assigned to users, groups and system-wide:
Key | User | Group | Key | System |
---|---|---|---|---|
Key 1 | User | Group | Key 1 | System |
Key 2 | user | group | Key 2 | Setting |
Key 3 | Setting | Key 3 | Supervisors | |
Key 4 | Supervisors | |||
Value | user;user;... | Value | user;user;... |
In pipe-delimited format:
User | user | Setting | Supervisors | user;user;... |
Group | group | Setting | Supervisors | user;user;... |
System | Setting | Supervisors | user;user;... |
where:
user;user;... | is a semicolon separated list of users granted supervisor privileges. |
Example
This entry gives supervisor privileges to user vw
and group Counter
:
Key | Setting |
---|---|
Key 1 | System |
Key 2 | Setting |
Key 3 | Supervisors |
Value | vw;Counter |